home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000205_fdc@columbia.edu_Sat Jul 26 16:01:33 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  93 lines

  1. Article: 14441 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Word Perfect Keyboard (Frank)
  6. Date: 26 Jul 2003 16:01:15 -0400
  7. Organization: Columbia University
  8. Lines: 76
  9. Message-ID: <bfummb$q3k$1@watsol.cc.columbia.edu>
  10. References: <00q6ivkjdn6f8mad9ou0pi95gk273d343a@4ax.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1059249679 735 128.59.39.139 (26 Jul 2003 20:01:19 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 26 Jul 2003 20:01:19 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14441
  16.  
  17. In article <00q6ivkjdn6f8mad9ou0pi95gk273d343a@4ax.com>,
  18. Bill  <bill.loard@nowhere.org> wrote:
  19. : Well I am still attempting to help a Medical Transcriber change her
  20. : connection with  Kermit to a UNIX server.  I thought she had made it
  21. : work but she wasn't that lucky and the System Person said the old
  22. : version of ProComm was the  only one that would work. 
  23. : Anyhow today I tried to log in and got to the terminal screen after
  24. : typing in the set terminal keyboard-mode wp, and as you advised
  25. : checked the terminal type on the terminal page and there is no
  26. : vt320-w!  There isn't even an option in the scroll box. I don't think
  27. : the set command is working (or I am putting it in the wrong screen!).
  28. VT320-W would not appear in the scroll box; it's not a terminal type,
  29. it's a keyboard mode applied to a terminal type.
  30.  
  31. : I have also looked through the .ini files and they seem to be similar
  32. : enough to do the simple things she needs to do (file retrieval and the
  33. : upload of her work). 
  34. : I refuse to believe that the ancient version of ProComm is the only
  35. : thing that will work!
  36. :
  37. Me too.  Let's try again, step by step.  Let's assume you have a connection
  38. to the host, and have started WordPerfect on the host.  K95 is in its
  39. terminal screen (normally blue, but could be any color).  On the bottom
  40. of the screen (inside the frame) is a green line with white writing, called
  41. the Status Line, that says:
  42.  
  43.   o o o o VT320  Help: Alt-H  Command: Alt-X  (etc etc).
  44.  
  45. At this point do:
  46.  
  47.  . Alt-x (i.e. hold down the Alt key and press the X key)
  48.  
  49.  . At the K-95> prompt, type the following command:
  50.  
  51.      set terminal keyboard-mode wp
  52.  
  53.  . Alt-x again to get back to the terminal screen.
  54.  
  55. Now the Status Line should say:
  56.  
  57.   o o o o VT320-W  Help: Alt-H  Command: Alt-X  (etc etc).
  58.  
  59. and the WordPerfect Key mappings should be in effect.
  60.  
  61. To return to the regular VT320 key mapping, do:
  62.  
  63.  . Alt-x (i.e. hold down the Alt key and press the X key)
  64.  
  65.  . At the K-95> prompt, type the following command:
  66.  
  67.      set terminal keyboard-mode normal
  68.  
  69.  . Alt-x again to get back to the terminal screen.
  70.  
  71. and the "VT320-W" in the status line should revert to "VT320".
  72.  
  73. There *should* be an easier way to do this:
  74.  
  75.   Ctrl-Alt-Shift-W
  76.  
  77. is supposed to toggle in and out of WordPerfect keyboard mode.  But
  78. for some unknown reason this does not seem to work on all PCs.
  79.  
  80. If these instructions do not cause "VT320-W" to appear in Kermit's
  81. status line, send e-mail to kermit-support@columbia.edu, and we'll
  82. do the detailed troubleshooting.
  83.  
  84. By the way, when you first posted this question you said you had
  85. the "latest kermit", and I assumed by that you meant you had
  86. Kermit 95 2.1.3.  If that's not the case and you are talking about
  87. (e.g.) MS-DOS Kermit, then please say so.
  88.  
  89. - Frank
  90.